-
Notifications
You must be signed in to change notification settings - Fork 121
Introduce accounts page #672
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
82e60e5 to
275484a
Compare
Introduce associations-view action in authorization policy to control permission to view account tree with user associations and limits.
Add permission on associations-view to all authenticated users in default authorization policy.
Introduce [filters]>associations and [cache]>associations parameters in agent configuration.
Add /associations route to get list of accounts, users and limits with adapters for all supported Slurm REST API versions.
Add /agent/{cluster}/associations route to reverse-proxy request to
agent /associations endpoint.
Support requesting accounts and users associations with their limits.
Add page to list account tree from Slurm accounting, with an entry to access this page in left menu. fix #262
Add page to get details of a specific account with all its user associations.
Move account breadcrumb from AccountView in a dedicated component so it can be reused in other views.
Add page to get details of a specific user with all its accounts associations.
Add links to user and account pages in job details page.
Add links to account's jobs and user's jobs lists in account details page and user details page respectively.
Re-initialize all jobs filters in runtime store as soon as a filter is present in query.
Introduce renderQosLabel() function in GatewayAPI module to factorize similar implementation in AccountView and UserView.
The association.account field is empty in Slurm REST API v0.0.43 and v0.0.44. This is probably a regression in Slurm: https://support.schedmd.com/show_bug.cgi?id=24215 This leads to an error when the JobFieldRaw is rendering with an empty query parameter for account link. Then skip rendering of JobFieldRaw component on empty account as a workaround.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pending tasks:
fix #262